home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 June / SGI IRIX Base Documentation 1998 June.iso / CDman < prev    next >
Text File  |  1998-05-26  |  71b  |  5 lines

  1. #!/bin/sh
  2. SRCDIR=`dirname $0`/usr/share/catman/
  3.  
  4. man -M "$SRCDIR" ${@}
  5.